Bucket

data class Bucket(low: Int, high: Int, count: Int)

Chrome histogram bucket.

Constructors

Bucket
Link copied to clipboard
fun Bucket(low: Int, high: Int, count: Int)

Properties

count
Link copied to clipboard
val count: Int
Number of samples.
high
Link copied to clipboard
val high: Int
Maximum value (exclusive).
low
Link copied to clipboard
val low: Int
Minimum value (inclusive).

Sources

jvm source
Link copied to clipboard